object PasswordDlg: TPasswordDlg Left = 236 Top = 111 BorderStyle = bsDialog Caption = 'Teacher'#39's Password' ClientHeight = 117 ClientWidth = 229 ParentFont = True FormStyle = fsStayOnTop PixelsPerInch = 96 TextHeight = 13 object EnterLabel: TLabel Left = 8 Top = 9 Width = 76 Height = 13 Caption = 'Enter password:' end object ConfirmLabel: TLabel Left = 128 Top = 8 Width = 84 Height = 13 Caption = 'Confirm Password' Visible = False end object NoMatch: TLabel Left = 8 Top = 64 Width = 203 Height = 16 Caption = 'Passwords do not match, try again' Font.Charset = DEFAULT_CHARSET Font.Color = clRed Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Visible = False end object PasswordEdit: TEdit Left = 8 Top = 32 Width = 89 Height = 21 PasswordChar = '*' TabOrder = 0 end object OKBtn: TButton Left = 30 Top = 83 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 118 Top = 83 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 OnClick = CancelBtnClick end object ConfirmEdit: TEdit Left = 128 Top = 32 Width = 89 Height = 21 PasswordChar = '*' TabOrder = 1 Visible = False end end